home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / CALLER.WI$ / CALLER.WIZ
Text File  |  1995-08-11  |  6KB  |  92 lines

  1. *pcANYWHERE for Windows 2.0
  2. *Set Caller List Privileges
  3. IF iswindowup "pcANYWHERE"
  4.     Blackboard     "This Assistant will walk you through the process of configuring a caller's privileges."
  5.     Blackboard     "During this session, your mouse cursor will be under computer control."
  6.  
  7. else
  8.     RUN             "WINAW.EXE"
  9.     BlackBoard      "Welcome to Norton pcANYWHERE"
  10. endif
  11. Blackboard    "When you press NEXT, the Assistant will select 'Be A Host PC'. 
  12. Clickon 0502   ;To check 'Callers have Individual Privileges' press NEXT.
  13. clickon 6222   ;Now, the Assistant will select 'Settings' to set the caller's privileges.  Press NEXT.
  14. CONTROLSOFF "Caller List"
  15. clickon 6218   ;Press NEXT to continue.
  16. LABEL MPW   
  17. IF iswindowup "Master Password"
  18. Controlsoff "Master Password"
  19.     BlackBoard      "A Master Password has been set.  It must be entered now in order to view/modify any settings."
  20.     AcceptInto 1808 ;Please enter the Master Password now...Press Next to continue.
  21.     Clickon 0001    ;This is your Caller List.  Press NEXT to continue.
  22.     IF iswindowup "Error"
  23.     BlackBoard      "I'm sorry but your entry was incorrect.  Please try again.."
  24.     Clickon 0002    
  25.     Goto MPW
  26.     endif
  27. CONTROLSOFF "Caller List"
  28. endif
  29. Blackboard  "The Assistant will press the New button to create a new user identification."
  30. CONTROLSOFF "Edit Caller Entry"
  31. clickon 8206  ; The Assistant has brought up the Edit Caller Entry window where information about the caller is entered.  Press NEXT.
  32. LABEL Names
  33. acceptinto 1204    ;Please enter your caller's name now...and press Next to continue...
  34. If controlempty 1204
  35.    Blackboard  "You must enter a caller name to save you selections. Press Next to continue."
  36.    goto Names
  37. Endif
  38. acceptinto 1206    ;Please enter a password for this caller. HINT: You may want to write down the password since you will be asked to confirm it later on.
  39. Blackboard  "Each caller can have unique privileges assigned.  Press NEXT to bring up the Advanced Caller Options."
  40. CONTROLSOFF "Advanced Caller Options"
  41. clickon 4475       ;Press NEXT now to begin entering Caller rights.
  42. Clickon 1416  ;Allow Special Keyboard Handler:  Some applications use function keys that require  a different level of keyboard support. 
  43. Blackboard   "Because each level requires more memory, begin with Level 1.  Press NEXT."
  44. Blackboard  "Select your option now."
  45. Clickon 1418  ;Allow Use of Ctrl+Break: This permits the remote caller to interrupt an application by using the Ctrl+C and Ctrl+Break key combinations.
  46. Blackboard  "Select your option now."
  47. uncheckcontrol 1404  ;Allow Caller to Blank Host Screen:  This will grant the remote caller the ability to blank the Host screen after connecting.
  48. BlackBoard "Check this box now if you want this caller to be able to blank the Host screen."
  49. uncheckcontrol 1406     ;Allow Caller to Change Host Mode:  This box enables the caller to alter the mode in which the Host is left after the session is ended.
  50. BlackBoard "Check this box now to allow this caller to be able to alter the host mode."
  51. uncheckcontrol 1408     ;Allow Caller to Reboot Host:  This box allows this caller to instruct the Host to reboot after the session is ended.
  52. BlackBoard "Check this box now if you want this caller to reboot the Host after the session is ended."
  53. uncheckcontrol 1410     ;Allow Caller to Upload Files:  This box enables the caller to copy files to the Host.
  54. BlackBoard "Check this box now if you want this caller to be able to upload."
  55. uncheckcontrol 1412     ;Allow Caller to Download Files:  This box enables the caller to copy files from the Host.
  56. BlackBoard "Check this box now if you want this caller to be able to download."
  57. uncheckcontrol 1420     ;Time Allowed per Session:  If you wish to restrict this Callers' time online, set the time limit in minutes here.
  58. acceptinto 1420       ;Enter that time now. 
  59. uncheckcontrol 1426     ;Command to Execute After Connect:  If you wish to run a batch file or program automatically upon connection, enter the name of the file/program here.
  60. acceptinto 1426       ;Enter that file name now.     
  61. uncheckcontrol 1422     ;Caller Subject to Inactivity Timeout:  If this box is checked the caller will be disconnected after the timeout set in the 'Configure Host' menu expires.
  62. BlackBoard    "Check this now if you wish the caller to be disconnected after timeout."
  63. uncheckcontrol 1424     ;Save Session in Activity Log:  Checking this box allows this caller's session to be recorded in the Host's activity log.
  64. BlackBoard      "Check this box now if you wish to record the session."
  65. BlackBoard    "The Assistant will click on OK to save caller privileges."
  66. clickon 0001    ;The Assistant will click on OK to save this caller entry.
  67. CONTROLSOFF "Confirm Password"
  68. clickon 0001    ; You are now asked to confirm your password entry.
  69. acceptinto 9402       ;Please re-enter the password given to this caller.    
  70. LABEL PASSW
  71. BlackBoard   "The Assistant will click on OK.  Press NEXT."
  72. clickon 0001     ; Press NEXT to save your settings.        
  73. IF iswindowup "Warning"
  74.        BlackBoard      "Sorry! This is not the correct password.  Please try one more time to enter the correct password."
  75.        CONTROLSOFF "Confirm Password"
  76.        clickon 0002
  77.        acceptinto 9402   ;Please enter the password assigned to this caller.  If you have forgotten it, please Stop this script and start again.  
  78.      Goto PASSW       
  79. endif
  80. If iswindowup "Error"
  81.     Blackboard "Sorry!  This password is already used by another caller.  Press NEXT to continue."
  82.     CONTROLSOFF "Confirm Password"
  83.     clickon 0002 ;Please enter the password assigned to this caller.  If you have forgotten it, please Stop this script and start again.  
  84.     acceptinto 9402   
  85.     GOTO PASSW
  86. Endif
  87. IF iswindowup "Caller List"
  88.     BlackBoard      "That's all there is to configuring a caller ID.  Now you can create additional IDs on your own in no time at all."
  89. clickon 0001   ;Goodbye         
  90. endif
  91. exit
  92.